home *** CD-ROM | disk | FTP | other *** search
- #VRML V2.0 utf8 - PLATINUM technology, inc. 1997
- #ADD_PLANE_SENSOR
-
- #animations
- DEF $OBJECT_Pitchable Script {
- eventIn SFVec3f translationIn
- eventOut SFRotation Pitch
- field SFRotation newRotation 1 0 0 0
- url "javascript:
- function translationIn(value)
- {
- newRotation[3]=-value[1]/2;
- Pitch=newRotation;
- }
- "
- }
- #route map
-
- ROUTE $OBJECTPS.translation_changed TO $OBJECT_Pitchable.translationIn
- ROUTE $OBJECT_Pitchable.Pitch TO $OBJECT.set_rotation
-
-